Appliance Update Policy Config
The Appliance Update Policy Config schema defines automatic update checking and staging policy.
This schema was added in vSphere API 6.7.
{
"custom_url": "string",
"username": "string",
"password": "string",
"check_schedule": [
{
"day": "string",
"hour": 0,
"minute": 0
}
],
"auto_stage": false,
"certificate_check": false
}
Current appliance update repository URL.
This property was added in vSphere API 6.7.
If missing or null
then default URL is assumed
Username for the update repository
This property was added in vSphere API 6.7.
If missing or null
username will not be used to login
Password for the update repository
This property was added in vSphere API 6.7.
password If missing or null
password will not be used to login
Schedule when the automatic check will be run.
This property was added in vSphere API 6.7.
Automatically stage the latest update if available.
This property was added in vSphere API 6.7.
Indicates whether certificates will be checked during patching.
Warning: Setting this property to false will result in an insecure connection to update repository which can potentially put the appliance security at risk.
This property was added in vSphere API 6.7.
certificateCheck If missing or null
the certificate checks are enabled.